home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / icoinv.dir / 00025_Field_25.txt < prev   
Text File  |  1983-02-01  |  3KB  |  148 lines

  1. MENUPRINCIPALE
  2. on mouseUp
  3.   toglitutto
  4.   tell the stage 
  5.     if the moviename = "menu.dir" and the frame < 26 then 
  6.       exit
  7.     else
  8.       cless
  9.       if the colordepth <= 8 then
  10.         viff 1,48
  11.         updatestage
  12.       end if
  13.       if the moviename = "menu.dir" then
  14.         go to frame "menu"
  15.       else
  16.         
  17.         if the machinetype = 256 then
  18.           go to frame "menu" of movie char 1 of the moviepath&":\invenzio\menu.dir"
  19.         else
  20.           go to frame "menu" of movie "INVENZIONI:INVENZIO:MENU.DIR"
  21.         end if
  22.       end if
  23.     end if
  24.   end tell
  25. end
  26.  
  27. --------------------------------------------------------
  28. ---------------INDICE
  29. on mouseUp
  30.   toglitutto
  31.   
  32.   tell the stage
  33.     if the moviename = "jukebox.dir" then
  34.       SET THE VISIBLE OF SPRITE 39 TO FALSE
  35.     else
  36.       SET THE VISIBLE OF SPRITE 47 TO FALSE
  37.     end if
  38.     updatestage
  39.     cambiainv  "menu","index"    
  40.   end tell
  41. end
  42. -------------------------------------------------------------
  43. JUKEBOX
  44. on mouseUp
  45.   toglitutto
  46.   tell the stage
  47.     if the moviename = "jukebox.dir" then
  48.       SET THE VISIBLE OF SPRITE 39 TO FALSE
  49.     else
  50.       
  51.       SET THE VISIBLE OF SPRITE 47 TO FALSE
  52.     end if
  53.     updatestage
  54.     cambiainv  "menu","jukebox"      
  55.   end tell
  56. end
  57. -----------------------------
  58. TIMELINE
  59. on mouseUp
  60.   toglitutto
  61.   tell the stage
  62.     if the moviename = "jukebox.dir" then
  63.       SET THE VISIBLE OF SPRITE 39 TO FALSE
  64.     else
  65.       SET THE VISIBLE OF SPRITE 47 TO FALSE
  66.     end if
  67.         updatestage
  68.     cambiainv  "1a","timeline"      
  69.   end tell
  70.   
  71. end
  72. --------------------------------------
  73. VIVID
  74. on mouseUp
  75.   toglitutto
  76.   tell the stage
  77.     global nome_hd  
  78.     
  79.     SET FILELIST = [ ]
  80.     REPEAT WITH M=1 TO 999
  81.       
  82.       if the machinetype = 256 then
  83.         SET STRADA=nome_hd&":\invenzio\libri\"
  84.       else
  85.         SET STRADA=nome_hd&":invenzio:libri:"  
  86.       end if
  87.       
  88.       PUT getNthFileNameInFolder(STRADA, M) INTO N
  89.       put N
  90.       IF N=EMPTY THEN EXIT REPEAT
  91.       APPEND (FILELIST,N)
  92.     END REPEAT
  93.     
  94.     if M>2 then
  95.       global utente
  96.       global utente_name,filename,book,men
  97.       if objectp(men) then forget men
  98.       set utente_name to utente
  99.       cless
  100.       if the moviename = "jukebox.dir" then
  101.         SET THE VISIBLE OF SPRITE 39 TO FALSE
  102.       else
  103.         SET THE VISIBLE OF SPRITE 47 TO FALSE
  104.       end if
  105.       updatestage
  106.       if the machinetype < 255 then
  107.         go to movie "invenzioni:invenzio:vivid:vivid04"
  108.       else
  109.         go to movie  char 1 to 2 of the pathName&"\invenzio\vivid\vivid04"
  110.       end if
  111.     end if
  112.   end tell
  113. end
  114.  
  115. ---------------------------------------------------
  116. OPZIONI
  117. on mouseUp
  118.   toglitutto
  119.   tell the stage to  chiamapopop
  120. end
  121.  
  122. --------------------------------
  123.  
  124. RITORNO
  125. on mouseUp
  126.   toglitutto
  127.   tell the stage
  128.     blocca
  129.     ritorna
  130.   end tell
  131. end
  132.  
  133. ----------------------------------
  134.  
  135. GUIDA
  136. on mouseUp
  137.   toglitutto
  138.   tell the stage
  139.     if the moviename = "jukebox.dir" then
  140.       SET THE VISIBLE OF SPRITE 39 TO FALSE
  141.     else
  142.       SET THE VISIBLE OF SPRITE 47 TO FALSE
  143.     end if
  144.     updatestage
  145.     cambiainv  "menu","guida"      
  146.   end tell
  147. end
  148.